home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / src / wangisrc.lha / wangi / z / wpad_library / wpad_data.c < prev    next >
C/C++ Source or Header  |  1995-08-27  |  439b  |  23 lines

  1. /***************************************************************************
  2.  * wpad_data.c
  3.  *
  4.  * wpad.library, Copyright ©1995 Lee Kindness.
  5.  *
  6.  * 
  7.  */
  8.  
  9. #include "wpad_global.h"
  10.  
  11. struct ExecBase *SysBase;
  12. struct DosLibrary *DOSBase;
  13. struct Library *IntuitionBase;
  14. struct GfxBase *GfxBase;
  15. struct Library *UtilityBase;
  16. struct Library *GadToolsBase;
  17. struct Library *DiskfontBase;
  18. struct Library *CxBase;
  19.  
  20. struct SignalSemaphore EntrySem;
  21.  
  22.  
  23.